DELETE
/
v1
/
system
/
users
/
{type}
/
{id}
Delete User
curl --request DELETE \
  --url https://{client_id}.shipstream.app/api/global/v1/system/users/{type}/{id}
This response does not have an example.

Path Parameters

type
enum<string>
required

Specify the user type to which your operations will be restricted.

Available options:
any,
organization,
client
id
integer
required

The id of the referenced User.

Required range: x >= 1

Response

200

OK - The operation completed successfully and there is no response body.